terminate

open override fun terminate()

Deprecated (with error)

Use cancel() instead.

Replace with

import kotlinx.coroutines.cancel
cancel()